Skip to content

Untrack .zig-cache — the ignore pattern predates the 0.12 rename - #5

Merged
gHashTag merged 1 commit into
mainfrom
untrack-zig-cache
Aug 12, 2026
Merged

Untrack .zig-cache — the ignore pattern predates the 0.12 rename#5
gHashTag merged 1 commit into
mainfrom
untrack-zig-cache

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

.gitignore says zig-cache/. Zig renamed the build cache to .zig-cache/ — with a leading dot — in 0.12, so the pattern has not matched since, and my previous PR committed the cache along with the fix.

Removing it from the index and adding the current pattern. The reason it was never noticed is the same reason everything else in this repository was never noticed: no workflow had ever run a build, so the directory had never existed here.

@gHashTag
gHashTag merged commit e404e1f into main Aug 12, 2026
2 checks passed
@gHashTag
gHashTag deleted the untrack-zig-cache branch August 12, 2026 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant